home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.dcom.modems
- Path: mac_dyn175.altair.wes.mot.com!user
- From: x@x.com (Ardis)
- Subject: Re: PCMCIA card and GSM mobile communications
- X-Nntp-Posting-Host: mac_dyn175.altair.wes.mot.com
- Message-ID: <x-1501961345100001@mac_dyn175.altair.wes.mot.com>
- Sender: root@wes.mot.com (Lego Operator)
- Organization: Motorola Wireless Data Group
- References: <4c8kli$hd6@news.dknet.dk>
- Date: Mon, 15 Jan 1996 19:47:05 GMT
-
- Hi,
-
- Try this info, hope it helps.
-
- Init Strings
- ATE0V0
- /* Note: the Nokia DTP-2 doesn't like an ATH command to be followed by another
- * command on the same line. It returns ERROR (4) in that case. That's why I've
- * put the ATH0 on a seperate line.
- */
- ATH0
- ATS35=3 /* S35=3 means set to V22bis, see manual for other values */
- #ifdef SET_TRANSP_MODE
- AT&D2S7=60 /* Try to put the PC Card in Transparent data mode. */
- #endif
- ATE0V0X4 /* X4: send only codes 0..5, 7, 8 and 10. */
-
- Set Baud Rate
- ATS35= /* add appropriate value - see manual for values */
-
- Set Flow Control
- ATS34=2 /* Hardware flow control */
- ATS34=1 /* Software flow control */
- ATS34=0 /* no flow control
-
- Dial
- ATDT
- GSM modem reports CARRIER (16) instead of CONNECT
-